NDocumentViewTask<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings,TPromiseResult> Class Members
The following tables list the members exposed by NDocumentViewTask<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings,TPromiseResult>.
| Name | Description |
 | Document | Gets or sets the view document |
 | ResultPromise | The resulting promise returned by the task. It aggregates the m_Promise field to provide Error reporting. |
Top
| Name | Description |
 | GetTaskName | Must override to return the task name |
 | GetTaskType | Must override to return the task type |
Top